Function: set_resizefcn

CALL:

S = set_resizefcn(fun)

DESCRIPTION:

Set the resize function for a figure. The property name for the resize function has changed in R2016a.

INPUT:

fun any
    function handle or string with the resize function

EXAMPLE
    set(HWIN,set_resizefcn(@lm_resize));